A. Type-1 driver
B. Type-2 driver
C. Type-3 driver
D. Type-4 driver
Advertisement
Related Mcqs:
- Which driver is efficient and always preferable for using JDBC applications_____________?
- A. Type-1 driver B. Type-2 driver C. Type-3 driver D. Type-4 driver...
- Which statement is static and synchronized in JDBC API ?
- A. getConnection() B. executeQuery() C. prepareCall() D. executeUpdate()...
- Which method is used to perform DML statements in JDBC ?
- A. executeUpdate() B. executeQuery() C. execute() D. None of above...
- The JDBC-ODBC bridge is_________________?
- A. Singlethreaded B. Multithreaded C. Both of above D. None of above...
- Converting a primitive type data into its corresponding wrapper class object instance is called ________________?
- A. boxing B. wrapping C. autoboxing D. instantiation...
- _________ allows java code to run in the JVM to call and be called by native applications ?
- A. JNI B. FJI C. NJI D. JFI...
- Which is the predefined package ?
- A. Lang package B. util package C. io package D. All of above...
- A method within a class is only accessible by classes that are defined within the same package as the class of the method. Which one of the following is used to enforce such restriction ?
- A. Declare the method with the keyword public. B. Declare the method with the keyword private. C. Do not declare the method with any accessibility modifiers. D. Declare the method with the keyword public and private....
- All raw data types should be read and uploaded to the database as an array of________________?
- A. int B. byte C. char D. bollean...
- Which type of inheritance is not supported by java_____________?
- A. Single B. Mulilevel C. Hirarchical D. Multiple...
Advertisement